
The assigned value of a class variable is the same across all objects instantiated from a given class. An example of a class variable would be private static point equatorLatitude = 0. This value will be the same across each object you instantiate, as one would want to use a consistent value for each object. By contrast, the scope of an instance v...
Found on
http://en.wikipedia.org/wiki/Instance_variable
No exact match found.